1
2 /************
3 * FORM ELEMENTS
4 *************/

5 input[type=text],.fsForm textarea,input[type=password]
6 {
7     border:1px solid #
999;
8     background-color:#fff;
9     background-image:url(images/fieldbg.png);
10     background-repeat:repeat-x;
11     background-position:top left;
12     border-top:1px solid #7c7c7c;
13     border-left:1px solid #c3c3c3;
14     border-right:1px solid #c3c3c3;
15     border-bottom:1px solid #ddd;
16     color:#
333;
17     padding:4px;
18     font-size:14px;
19     line-height:18px;
20     font-weight:bold;
21 }
22
23
24 span.required
25 {
26     padding-left:2px;
27     color:#ba0000;
28     font-size:16px;
29     font-weight:bold;
30     font-family:Verdana;
31     height:16px;
32 }
33
34 input[type=text]:focus,input[type=password]:focus,input[type=file]:focus,textarea:focus
35 {
36     border-color:blue;
37     outline:none;
38 }

39
40 select

41 {
42     font-size:15px;
43     line-height:18px;
44 }
45
46 .fsFieldFocused
47 {
48     background-image:url(../../forms/images/
2/fieldFocusedBG.png);
49 }
50
51 .validationAlert
52 {
53     height:22px;
54     width:25px;
55     padding:4px;
56     background:url(../images/validationAlert.png) no-repeat center center;
57 }

58
59 /* DEMO */

60 .demoContainer .loginContent
61 {
62     padding-top:20px;
63     width:720px;
64 }
65
66 .demoContainer .loginContent p
67 {
68     font-size:14px;
69 }
70
71 .demoContainer a
72 {
73     color:#
000;
74 }
75
76 .demoContainer strong
77 {
78     font-style:italic;
79     font-weight:bold;
80 }
81
82 .demoContainer #loginButton
83 {
84     padding:4px 12px;
85     margin-top:12px;
86 }

87
88 /* ICONS */

89
90 .iconRemove {
91     background:transparent url(../images/removeDisc.gif) no-repeat bottom left;
92     padding-left:20px;
93     height:18px;
94 }
95
96 .iconMove {
97     background:transparent url(../images/move.gif) no-repeat bottom left;
98     padding-left:20px;
99     height:18px;
100     cursor:move;
101 }
102
103 .iconPDF {
104     background:transparent url(../images/page_white_acrobat.png) no-repeat bottom left;
105     padding-left:20px;
106     height:18px;
107 }
108
109 .iconRTF {
110     background:transparent url(../images/page_white_word.png) no-repeat bottom left;
111     padding-left:20px;
112     height:18px;
113 }
114
115 .iconURL {
116     background:transparent url(../images/world_link.png) no-repeat bottom left;
117     padding-left:20px;
118     height:18px;
119 }
120
121 .iconWord {
122     background:transparent url(../images/page_white_acrobat.png) no-repeat bottom left;
123     padding-left:20px;
124     height:18px;
125 }
126
127 .iconRSS {
128     background:transparent url(../images/feed.png) no-repeat bottom left;
129     padding-left:20px;
130     height:18px;
131 }
132
133 .iconDelete {
134     background:transparent url(../images/iconDelete.png) no-repeat bottom left;
135     padding-left:20px;
136     height:18px;
137 }
138
139 .iconDuplicate {
140     background:transparent url(../images/iconDuplicate.png) no-repeat bottom left;
141     padding-left:20px;
142     height:18px;
143 }
144
145 .iconAdd {
146     background:transparent url(../images/addDisc.gif) no-repeat bottom left;
147     padding-left:20px;
148     height:18px;
149 }
150
151 .iconEdit {
152     background:transparent url(../images/page_white_edit.png) no-repeat bottom left;
153     padding-left:20px;
154     height:18px;
155 }
156
157 .iconConfigure {
158     background:transparent url(../images/cog.png) no-repeat bottom left;
159     padding-left:20px;
160     height:18px;
161 }

162
163 /**********************************************************
164 * PRINT
165 **********************************************************/

166 @media print {
167     #content
168     {
169         width:7in;
170         padding:
0;
171         background:#fff;
172     }
173     
174     #FSHeader,#FSFooter,#formTabs,#sourceList,#databar,#dataNav,.paginationBar
175     {
176         display:none;
177     }
178 }


Gõ tìm kiếm nhanh...